ReferenceTypeAssertions<TSubject,TAssertions> Class Methods
In This Topic
For a list of all members of this type, see ReferenceTypeAssertions<TSubject,TAssertions> members.
Public Methods
| | Name | Description |
 | BeAssignableTo | Overloaded. Asserts that the object is assignable to a variable of type T. |
 | BeNull |
Asserts that the current object has not been initialized yet.
|
 | BeOfType | Overloaded. Asserts that the object is of the specified type T. |
 | BeSameAs |
Asserts that an object reference refers to the exact same object as another object reference.
|
 | Equals | |
 | Match | Overloaded. Asserts that the predicate is satisfied. |
 | NotBeAssignableTo | Overloaded. Asserts that the object is not assignable to a variable of type T. |
 | NotBeNull |
Asserts that the current object has been initialized.
|
 | NotBeOfType | Overloaded. Asserts that the object is not of the specified type T. |
 | NotBeSameAs |
Asserts that an object reference refers to a different object than another object reference refers to.
|
 | Satisfy<T> | Allows combining one or more assertions using the other assertion methods that this library offers on an instance of . |
Top
Extension Methods
See Also